25. Making dollar neutral and leverage ratio equal to one

Standardized alpha factor

Looking at the source code for the alphalens factor_returns:
factor_returns

Notice within factor_returns, the code makes a call to the function factor_weights. To standardize the factor so that it is dollar neutral with a leverage ratio of one, what argument gets set and to what value when

SOLUTION: demeaned = True